/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 107px;
	background-color: #ffffff;
}
.logo{
	margin-top: 22px;
	font-size: 0;
}

.search-wp{
	width:280px;
	margin-top: 18px;
	text-align: right;
}
#tp-weather-widget{
	display: inline-block;
}
.search {
	position: relative;
	margin-top: 12px;
	text-align: left;
}

.search input[type="text"]{
	width: 100%;
	height: 31px;
	line-height: 31px;
	border-radius: 40px;
	padding-left: 23px;
	padding-right: 45px;
	border:0px solid #ebebeb;
	outline: none;
	background-color: #f4f4f4;
	font-size: 12px;
}

.search input[type="image"]{
	position: absolute;
	right: 19px;
    top: 12px;
	outline: none;
}


.nav{
	background-color:#005fa0; 
}

.nav ul.nav-ul>li{
	float: left;
	width: 16%;
	text-align: center;
	position: relative;

}

.nav-xia{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	display: none;
	background-color:#005fa0; 
	z-index: 1000;
}
.nav-xia li a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color:#fff;
}
.nav-xia li a:hover{
	background-color: #004370;

}






.nav ul.nav-ul>li>a{
	display: block;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color:#fff;
	text-align: center;
}

.nav ul.nav-ul>li.active>a,.nav ul.nav-ul>li:hover>a{
	background-color: #004370;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	background-color: #ffffff;
}

.fafa .slides>li{
	height: 378px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .flex-control-nav{
	display: block;
}


.fafa .flex-control-paging li a{
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
}

.fafa .flex-control-paging li a.flex-active{
	width: 34px;
}

.index1{
	padding: 25px 0 35px;
}

.title-11{
	border-bottom: 1px solid #bfc1c0;
}
.title-11 h1{
	padding:0 18px;
	height: 42px;
	line-height: 42px;
	background-color: #0075c1;
	color:#fff;
	font-size: 18px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin:0;
}
.title-11 a.fr{
	font-size: 12px;
	color:#666;
	margin-top: 12px;
}


.title-11 a.fr:hover{
	color:#0075c1;
}

.xinwen{
	margin-top: 17px;
}

.xinwen-pic{
	width:500px;
	margin-right: 15px;
}

.xinwen-box{
	position: relative;
	overflow: hidden;
	padding-bottom:66.6%;
}
.xinwen-box img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}

.xinwen-con{
	overflow: hidden;
}

.xinwen-list ul{
	margin-bottom: 0;
}

.date{
	width: 68px;
	height: 42px;
	border-right: 1px solid #ebebeb;
	margin-right: 15px;
	text-align: center;
}
.xinwen-list li{
	padding: 11px 0;
	border-bottom: 1px solid #ebebeb;
}
.date h1{
	font-size: 24px;
	margin:0;
	color:#bab9b9;
}
.date h2{
	font-size: 12px;
	color:#bab9b9;
	margin:0;
	margin-top: 4px;
}

.xinwen-list-con{overflow: hidden;}
.xinwen-list-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xinwen-list-con p{
	margin:0;
	font-size: 12px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.xinwen-list-con h1:hover{
	color:#0075c1;
}


.title-22{
	border-bottom: 1px solid #bfc1c0;
}
.title-22 span{
	padding:0 10px;
	padding-top: 8px;
	padding-bottom: 9px;
	color:#333;
	font-size: 16px;
	padding-bottom: 10px;
	/*margin:0;*/
	cursor: pointer;
	float: left;
	/*border-bottom: 2px solid #fff;*/
	position: relative;
	bottom: -2px;
	margin-left: 5px;
}
.title-22 span:first-child{
	margin-left: 0;
}
.title-22 span.active{
	border-bottom: 2px solid #0075c1;
	color:#0075c1;

}
.title-22 a.fr{
	font-size: 12px;
	color:#666;
	margin-top: 12px;
	display: none;
}

.title-22 a.fr.frr{
	display: block;
}
.title-22 a.fr:hover{
	color:#0075c1;
}
.list1{margin-top: 17px;}
.list ul{
	margin-bottom: 0;
	
}
.list li{
	padding-left:15px;
	height: 35px;
	line-height: 35px;
	background-repeat: no-repeat; 
	background-position: 0px center;
	background-image: url(../images/list.png);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li a{
	font-size: 14px;
	color:#040404;
}
.list li a:hover{
	color:#0075c1;
}

.list li span{
	font-size: 13px;
	color:#999;
	margin-left: 20px;
}

.meirong{
	display: none;
	
}
.meirong .list2{
	margin-top: 0
}
.meirong1,.meirong2{
	height: 280px;
	overflow: hidden;
}


.meirong:first-child{
	display: block;
}
.ww-a{
	margin-top: 15px;
}

.ww-a-list .owl-prev{
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -18px;
	width: 24px;
	height: 37px;
	background-image: url(../images/ww-a-left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.ww-a-list .owl-next{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top: -18px;
	width: 24px;
	height: 37px;
	background-image: url(../images/ww-a-right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}





.list2{
	margin-top: 10px;
}
.m30{
	margin-top: 20px;
}


.duojia{
	margin-top:0px;
}
.shipin{
	margin-top: 20px;
	position: relative;
}

.shipin-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}
.shipin-bo{
	width: 62px;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
	position: absolute;
	left: 50%;
}

.shipin img{
	display: block;
	width: 100%;
}
.shipin_a 
{margin-top: 18px;}
.shipin_a a{
	display: block;
	height: 90px;
	line-height: 90px;
	background-color: #4c8fbc;
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
}

.shipin_a a:first-child{
	margin-top: 0;
	background-color: #005fa0;
}
.shipin_a a img{
	vertical-align:middle;
	margin-top: -3px;
	margin-right: 20px;
}

.shipin_a a:first-child{
	background-color: #005fa0;
}

.cp{

	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/cp.jpg);

	padding: 50px 0;
}

.title-cp{
	text-align: center;
	font-size: 30px;
	color:#0075c1;
}

.cp-a{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding: 30px 0 40px;
}

.cp-a a{
	display: inline-block;
	padding: 9px 24px;
	border-radius: 3px;
	color:#fff;
	font-size: 16px;
	background-color: #a4a4a4;
	margin:0 14px;
}

.cp-a a.cur{
	background-color: #0075c1;

}

.cp-list .item a{
	display: block;
	position: relative;
}



.cp-pic{
	position: relative;
	overflow: hidden;
	padding-bottom: 66.75%;
}



.cp-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: 400;
}

.cp-pic:hover img{
	transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}











.cp-wen{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi.png);
	color:#fff;
	font-size: 18px;
	padding-left: 22px;
	padding-right: 85px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 500;
}

.xie{
	position: absolute;
	width: 74px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/xie.png);
	right: 0;
	bottom: 0;
}

.cp-list .owl-prev{
	position: absolute;
	left: -42px;
    top: 50%;
    margin-top: -36px;
	width: 34px;
	height: 72px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.cp-list .owl-next{
	position: absolute;
    top: 50%;
	right: -42px;
    top: 50%;
    margin-top: -36px;
	width: 34px;
	height: 72px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


.cp-con-wp{
	position: relative;
}

.cp{

	overflow: hidden;
}

.cp-con{
	position: absolute;
	left: -1500%;
	width: 100%;
	top: 0;
}

.cp-con.cur{
	position: static;
	
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.footer-1{
	height:59px;
	line-height: 56px;
	border-bottom: 3px solid #0075c1;
	background-color: #f6f6f6;
}

.foo1-span{
	width: 172px;
	text-align: center;
	font-size: 16px;
	color:#333;
}

.foo1-con{
	overflow: hidden;
	line-height: normal;
	padding-top: 10px;
}

.sel{
	width: 31.333333%;
	margin-left: 3%;
}
.sel:first-child{
	margin-left: 0;
}

.footer-2{
	border-top: 3px solid #0075c1;
	font-size: 12px;
	color:#333;
	padding: 40px 0 20px;
	line-height: 2;
}
.foo2-1{
	width: 530px;
}
.foo2-1>a.foo2a{
	display: block;
	font-size: 0;
	padding-bottom: 20px;
}
.foo2-2{
	width: 350px;
	margin-left: 75px;
}
.foo2-2 h1{
	font-size: 18px;
		font-weight: bold;
		color:#333;
		margin:0;
}

.foo2-2 dl{
	margin-top: 40px;
	margin: 0;
}

.foo2-2 dd{
	padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left 4px;
    line-height: 27px;
    margin-top: 10px;
}


.foo2-2 dd:first-child{
	margin-top: 40px;

}









.foo2-3{
	width: 94px;
	text-align: center;
	margin-top: 30px;
}
.foo2-3 img{
	display: block;
	width: 100%;
	margin-top: 10px;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 li{

	border-top: 1px dashed #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:15px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2{
	font-size: 0;
	/*width: 250px;*/
	margin-left: 15px;
	margin-top: 19px;
}
.logo-2 a{

	width: 100%;
	
}


.menu2{
	
	margin-right: 15px;
	height: 75px;
	padding-top: 29px;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
}
.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	/*margin-top: 29px;*/
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
	bottom: 15px;
}


.fxfx .flex-control-nav{
	display: block;
}


.fxfx .flex-control-paging li a{
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
}

.fxfx .flex-control-paging li a.flex-active{
	width: 34px;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



/*.chanpin*/

.banner-2{
	height: 378px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.mianbaoxie{
	font-size: 14px;
	color:#6b6c6d;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.mianbaoxie img{
	margin-top: -3px;
	margin-right: 10px;
}


.erji-div{
	padding: 30px 0 60px;
}


.menu{
	width: 250px;
	margin-right: 30px;
}

.menu-title{
	height: 67px;
	line-height: 67px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	background-color:#005293;
	padding-left: 55px;
}

.menu-title img{
	margin-top: -3px;
	margin-right: 10px;
}

.menu-list{
	background-color: #f6f8fa;
}
.menu-list ul{
	margin:0;
}
.menu-list li{
	border-top: 1px solid #fff;

}
.menu-list li>a{
	display: block;
	height: 45px;
	line-height: 45px;
    text-align: center;
	
	/*background-image: url(../images/menu.png);*/
	/*transition: .3s;*/
	font-size: 16px;
	color:#423e3e;
}

.menu-list li>span{
	display: block;
	height: 45px;
	line-height: 45px;
	background-repeat: no-repeat;
	background-position:65px center;
	padding-left: 110px;
	font-size: 16px;
	color:#423e3e;
	background-image: url(../images/menu.png);
	cursor: pointer;
}
.menu-la{
	display: none;
}
.menu-la dl{
	margin:0;
	padding-bottom: 14px;
}
.menu-la dd{
	display: block;
	padding-left: 110px;
	margin-top: 10px;
	font-size: 16px;
	color:#423e3e;
}
.menu-la dd:hover{
	color:#005293;
}
.menu-la dd:first-child{
	margin-top: 5px;
}
.menu-list li:first-child{
	border-top: 0;
	
}
.menu-list li:hover>a,.menu-list li.active>a{

	background-color: #006ac0;
	color:#fff;

}

.menu-list li.active>span{
	background-image: url(../images/menuh.png);
	background-color: #006ac0;
	color:#fff;
}

.menu-list li:hover>span{
	background-image: url(../images/menuh.png);
	background-color: #006ac0;
	color:#fff;
}
.erji-content{
	overflow: hidden;
}

.erji-title{
	font-size:20px;
	color:#6b6c6d; 
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(../images/erji-title.png);
}

.chanpin-pic{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 66.75%;
}



.chanpin-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: 400;
}

.chanpin-pic:hover img{
	transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

.chanpin-pic h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/heidi.png);
	color:#fff;
	font-size: 14px;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    z-index: 500;
    padding: 0	14px;
}

.erpdd{
	padding-top: 50px;
}
.mb33{margin-top: 33px;}

.m-page{text-align: right;padding: 40px 0 0px;  ;overflow: hidden;color: #666;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #006ac0;color:#fff;background-color: #006ac0;}



.wenti-pic{
	position: relative;
	overflow: hidden;

	padding-bottom: 68%;
}



.wenti-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: 400;
}

.wenti-pic:hover img{
	transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

.wenti-pic h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/heidi.png);
	color:#fff;
	font-size: 14px;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    z-index: 500;
    padding: 0	14px;
}


.about{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	padding-top:20px;
}

.map-con{
	padding: 15px 0;
	font-size: 14px;
	color:#666;
	line-height: 1.6;
}
.map-box{
	margin-top: 10px;
}
.map-box img{
	display: block;
	width: 100%;
}

.news-list ul{
	margin:0;
}
.news-list li{
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.news-list li:first-child{
	border-top: 0;
}
.date2{
	text-align: center;
	width: 96px;
	border-right: 1px dashed #b9baba;
	margin-right: 21px;
}
.date2 h1{
	margin:0;
	font-size: 45px;
	color:#706f6f;
}

.date2 h2{
	margin:0;
	font-size: 16px;
	color:#706f6f;
	margin-top: 5px;
}

.news-list-con{
	overflow: hidden;
}
.news-list-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news2-h1 span{
	font-size: 14px;
	color:#aaabad;
	margin-left: 20px;
	margin-top: 3px;
}
.news-list-con p{
	margin:0;
	font-size: 14px;
	color:#908e8e;
	line-height: 1.8;
    overflow: hidden;
    margin-top: 10px;
    height: 50px;
}

.news-list-con2 p{
	margin-top: 13px;
}

.news-list-con h1:hover{
	color:#006ac0;
}
.news2-h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news2-h1:hover{
	color:#006ac0;
}
.news2-pic-wp {
	width: 129px;
	margin-right: 24px;
}

.news2-pic{
	position: relative;
	overflow: hidden;

	padding-bottom: 65.9%;
}



.news2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
    z-index: 400;
}

.contact-pic{
	width: 500px;
	margin-left: 30px;

}

.contact-pic img{
	display: block;
	width: 100%;
}

.contact1{
	padding: 15px 0;
}
.contact1-con{
	overflow: hidden;
}

.input_11-label{
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color:#333;
}

.input_11{
	margin-top: 15px;
}
.input_11:first-child{
	margin-top: 0px;
}

.input_11-input .form-control{
	background-color: #f6f6f6;
	/*border-radius: 0;
	border:1px solid #f1f2f2;
	outline: none;*/
}

.input_11-input textarea{
	resize: none;
}


/*5-24*/

.wangluo-title{
	padding: 30px 0;
	font-size: 24px;
	color:#014da3;
}

.wangluo-title span{
	font-size: 18px;
	color:#333;
	text-transform: uppercase;
}

.wl-huang{
	height:59px;
	line-height: 59px;
	width: 506px;
	font-size: 34px;
	color:#fff;
	background-image: url(../images/wl-huang.png); 
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 5px;
}

.wl-lan{
	height:57px;
	line-height: 57px;
	width: 435px;
	font-size: 28px;
	color:#fff;
	background-image: url(../images/wl-lan.png); 
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 10px;
}

.wangluo-con{
	overflow: hidden;
	width: 506px;
}

.wangluo-con p{
	font-size: 16px;
	color:#5d5d5d;
	line-height: 2;
	padding-right: 80px;
	margin-top: 20px;
}

.wangluo-map{
	width: 588px;

	position: relative;
}
.wangluo-map img{
	display: block;
	width: 100%;
}
.wangluo-div{
	padding-bottom: 50px;
}



.web_dingwei{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;

}




.web_dingwei-li{
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    width: 451px;
    height: 207px;
    background: url(../images/map_ul.png) no-repeat left top;
    padding: 30px 10px 30px;
    line-height: 31px;
    display: none;
}




.dingwei{
    position: absolute;
    width: 25px;
    height: 29px;
    cursor: pointer;
}
.dingwei:hover .dingwei-wenzi{
    display: block;
}

.dingwei-wenzi{
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 40px;
    font-size: 16px;
    color: #ffffff;
    width: 451px;
    height: 207px;
    background: url(../images/map_ul.png) no-repeat left top;
    padding: 30px 10px 30px;
    line-height: 31px;
    display: none;
}


.dingwei-eluosi{
 
    right: 256px;
    top: -3px;
}

.dingwei-yindu{
    
        right: 544px;
    top: 429px;
}

.dingwei-mengjiala{
    right: 406px;
    top: 434px;
}




.dingwei-yuenan{
    width: 50px;
    right: 230px;
    top: 477px;
}





.dingwei-2{
    width: 231px;
    display: none;
    height: 120px;
    position: absolute;
    right: 40px;
    top: 0;
    background: url(../images/bj_082.png) no-repeat left center;
    padding: 17px 0px 10px 70px;
    line-height:20px;
    font-size: 12px;
    color: #ffffff;
}
.dingwei-shanxi .dingwei-2{
    padding: 12px 0px 10px 70px;
    line-height: 18px;

}
.dingwei:hover .dingwei-2{
    display: block;
}
.dingwei-xinjiang{

       right: 465px;
    top: 228px;
}


.dingwei-qinghai{

    right: 365px;
    top: 296px;
}


.dingwei-yunnan{
    
   right: 314px;
    top: 406px;
}


.dingwei-sichuan{

    right: 303px;
    top: 348px;
}

.dingwei-ningxia{
    
    right: 267px;
    top:264px;
}



.dingwei-chongqing{

    right: 258px;
    top: 350px;
}


.dingwei-guizhou{

    right: 260px;
    top: 387px;
}


.dingwei-guangxi{
   
    right: 241px;
    top: 419px;
}



.dingwei-shanxi{
   
    right: 235px;
    top:300px;
}



.dingwei-hunan{

    right: 214px;
    top: 375px;
}



.dingwei-neimenggu{
    
    right: 217px;
    top:218px;
}
.dingwei-shanxi-2{

    right: 211px;
    top:268px;
}


.dingwei-henan{
   
    right: 200px;
    top:308px;
}


.dingwei-hebei{
    
    right: 184px;
    top:247px;
}

.dingwei-shandong{
   
    right: 157px;
    top:281px;
}


.dingwei-anhui{
   
    right: 166px;
    top:329px;
}




.dingwei-jilin{

    right: 76px;
    top:190px;
}




.chanpin-nei-pic-wp{
	width: 500px;
	margin-right:40px;
}


.chanpin-nei-pic{
	position: relative;
	overflow: hidden;

	padding-bottom: 58.5%;
}



.chanpin-nei-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
    z-index: 400;
}


.chanpin-nei{
	margin-top: 35px;
}

.chanpin-nei-con{
	overflow: hidden;
}

.chanpin-nei-con dt{
	font-size: 16px;
	color:#666;
	margin-top: 35px;
	font-weight: normal;
}


.chanpin-nei-con dd{
	font-size: 16px;
	color:#666;
	margin-top: 5px;
}

.chanpin-table{
	width: 720px;
	margin-top: 50px;
}

.chanpin-table .table th{
	color:#fff;
	font-weight: normal;
	font-size: 16px;
	background-image: url(../images/lanlanlan.png);
	background-repeat: repeat-x;
	background-position: center ;
	border-color: #a3c9e8;
}

.chanpin-table .table td{
	font-size: 16px;
	line-height: 1.8;
	border-color: #a3c9e8;
}

/*********article-start****************/
div.article{
	padding: 0	15px;
	margin:10px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
	padding-top:10px;
}

div.article-tishi{
	text-align: center;
	padding:10px 0 20px;
	border-bottom: 1px dashed #c9c7c7;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

div.article-con{
	padding: 40px 0 30px;
	position: relative;
	
	
	line-height: 2.2;
}
div.article-con img{
	display: block;
	margin:0px auto;
	max-width: 100%;
}
/*div.article-con>p{
	text-indent: 2em;
}*/
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;
	border-top: 1px dashed #c9c7c7;
}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


.danpian{
	
}

/*********响应式设置-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 100%;
		margin: 3% auto;
		padding-left:0;
		padding-right: 0; 
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}



.contact1{
	padding: 15px 0;
}
.contact1-con{
	overflow: hidden;
}

.input_11-label{
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color:#333;
}

.input_11{
	margin-top: 15px;
}
.input_11:first-child{
	margin-top: 0px;
}

.input_11-input .form-control{
	background-color: #f6f6f6;
	/*border-radius: 0;
	border:1px solid #f1f2f2;
	outline: none;*/
}

.input_11-input textarea{
	resize: none;
}





/*弃用boot*/
.row1,.row2{
	margin:0;
}
.row1 .col-lg-9{
	width: 890px;
	float: left;
	padding: 0;
}
.row1 .col-lg-3{
	float: right;
	padding: 0;
	width: 274px;
}







.row2 .col-lg-4{
	width: 429px;
	float: left;
	padding: 0;
}

.row2 .col-lg-5{
	width: 429px;
	float: left;
	padding: 0;
	margin-left: 32px;
}

.row2 .col-lg-3{
	width: 274px;
	float: right;
	padding: 0;
	
}
.pd-wp{
	margin-top: 15px;
}

.pd-con{
	display: none;
	font-size: 0;
	line-height: normal;
}

.pd-con:first-child{
	display: block;
}
.pd-con i{
	display: inline-block;
	width: 17px;
    height: 17px;
    transition: .3s;
    cursor: pointer;
}
.spanp1{
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}
.spanp1:hover{
	background-image: url(../images/uph.png);

}
.spanp2{
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
    background-position: center;

}
.spanp2:hover{
	background-image: url(../images/downh.png);

}
#pd-con{
	display: block;
}


.ririqiqi{
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
}


DIV.m-page {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px;  TEXT-ALIGN: center;font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;clear:both; margin-top:10px; margin-bottom:10px;font-size: 14px;}
DIV.m-page A {border: 1px solid #e7e7e7; PADDING-RIGHT: 10px; BACKGROUND-POSITION: 50% bottom; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px;color: #666; MARGIN-RIGHT: 3px; PADDING-TOP: 5px;  TEXT-DECORATION: none}
DIV.m-page A:hover {border-color: #006ac0; BACKGROUND-IMAGE: none; COLOR: #FFFFFF; background-color: #006ac0;}
DIV.m-page A:active {BORDER-RIGHT: #2674C4 1px solid; BORDER-TOP: #2674C4 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2674C4 1px solid; COLOR: #2674C4; BORDER-BOTTOM: #2674C4 1px solid; BACKGROUND-COLOR: #2674C4}
DIV.m-page SPAN.current {    border-color: #006ac0; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; PADDING-BOTTOM: 5px; COLOR: #FFFFFF; MARGIN-RIGHT: 3px; PADDING-TOP: 5px;background: #006ac0;}
DIV.m-page SPAN.disabled { PADDING-RIGHT: 6px; PADDING-LEFT: 6px; PADDING-BOTTOM: 2px; color: #666; MARGIN-RIGHT: 3px; PADDING-TOP: 2px}